home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetAdditionsDir.cpp ------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description: For notes about this class, refer to the
- * PCL documentation file PGetAdditionsDir.html
- *-------------------------------------------------------------------------
- */
-
- #include "PGetAdditionsDir.h"
- #include "PReplyBuf.h"
-
- PGetAdditionsDir::PGetAdditionsDir()
- : PHandleQuery(pm_getadditionsdir)
- {
- PReplyBuf reply(replyPtr);
-
- reply >> &sPath >> &sNetPath;
- }
-
- // end of PGetAdditionsDir.cpp
-